projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c4ae98
)
(x-handle-switch): Fix handling of x-invocation-args for switches with
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 12 Jun 2002 17:18:59 +0000
(17:18 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 12 Jun 2002 17:18:59 +0000
(17:18 +0000)
arguments.
lisp/term/w32-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/w32-win.el
b/lisp/term/w32-win.el
index 89093f894d3bb5abb784039e9bda11edea819016..657ab67ee46938e804b50441741ef858a2cf2831 100644
(file)
--- a/
lisp/term/w32-win.el
+++ b/
lisp/term/w32-win.el
@@
-148,8
+148,8
@@
the last file dropped is selected."
(setq default-frame-alist
(cons (cons param
(car x-invocation-args))
- default-frame-alist)
)
-
x-invocation-args (cdr x-invocation-args
))))))
+ default-frame-alist)
+
x-invocation-args (cdr x-invocation-args)
))))))
(defun x-handle-numeric-switch (switch)
"Handle SWITCH of the form \"-switch n\"."